home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / ZOOMER / ZOOMER.INF < prev    next >
Windows Setup INFormation  |  1997-08-01  |  2KB  |  91 lines

  1. ;Setup for K/oS Zoomer 2.0
  2. ;(C) by Dr. Schadt Gy÷rgy AKA Kelso
  3. ;
  4. ;
  5. ;To install it, click with your RIGHT mousebutton (Explorer)
  6. ;this file and select "Install".
  7. ;
  8. ;To uninstall: Go to Control Panel|Software|K/oS Zoomer 2.0
  9. ;and click "Remove".
  10. ;
  11. ;Please see README.TXT also.
  12. ;
  13.  
  14. [Version]
  15. signature="$chicago$"
  16.  
  17. [DefaultInstall]
  18. CopyFiles=Zomr.Files,Zomr.hlp,Zomr.inf
  19. AddReg=Registry.Add
  20. UpdateInis=Zomr.Ini.Add
  21. Ini2Reg=Zomr.Ini2Reg.Add
  22.  
  23. [DefaultInstall.ntx86]
  24. CopyFiles=Zomr.Files,Zomr.hlp,Zomr.inf
  25. AddReg=Registry.AddNT
  26. UpdateInis=Zomr.Ini.Add
  27.  
  28. [DefaultUninstall]
  29. DelFiles=Zomr.Files,Zomr.hlp,Zomr.inf,Zomr.AutoFiles
  30. DelReg=Registry.Add,Registry.Del
  31. UpdateInis=Zomr.Ini.Del
  32.  
  33. [SourceDisksNames]
  34. 1="%01%",,1
  35.  
  36. [DestinationDirs]
  37. Zomr.Files=10
  38. Zomr.AutoFiles=18
  39. Zomr.Inf=17
  40. Zomr.Hlp=18
  41.  
  42. [Zomr.Files]
  43. Zoomer.exe
  44.  
  45. [Zomr.hlp]
  46. Zoomer.cnt
  47. Zoomer.hlp
  48.  
  49. [Zomr.Inf]
  50. Zoomer.inf
  51.  
  52. [Zomr.AutoFiles]
  53. Zoomer.gid
  54. Zoomer.fts
  55.  
  56. [Registry.Add]
  57. HKLM,%UnInstallPath%,DisplayName,,%DispName%
  58. HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\Zoomer.inf
  59. HKLM,%WinHelpPath%,Zoomer.hlp,,"%18%"
  60.  
  61. [Registry.AddNT]
  62. HKLM,%UnInstallPath%,DisplayName,,%DispName%
  63. HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultUninstall 132 %17%\Zoomer.inf"
  64. HKLM,%WinHelpPath%,Zoomer.hlp,,"%18%"
  65.  
  66. [Registry.Del]
  67. HKCU,%RegPath%,,,
  68. HKLM,%UnInstallPath%,,,
  69.  
  70. [Zomr.Ini.Add]
  71. setup.ini, progman.groups,, "group1=%ZomrGrp%"
  72. setup.ini, group1,, ""%ZomrName%", "%10%\Zoomer.exe"
  73.  
  74. [Zomr.Ini.Del]
  75. setup.ini,progman.groups,,"group1=%ZomrGrp%"
  76. setup.ini,group1,,""%ZomrName%""
  77.  
  78. [Zomr.Ini2Reg.Add]
  79. win.ini,Desktop,Wallpaper,HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup",2
  80. win.ini,Desktop,TileWallpaper,HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup",2
  81.  
  82. [Strings]
  83. ZomrGrp="Tiny Tools"      
  84. ZomrName="Zoomer"
  85. DispName="K/oS Zoomer 2.0"    
  86. RegPath="Software\K/oS Inc.\Zoomer"   
  87. WinHelpPath="Software\Microsoft\Windows\Help"
  88. UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\KosZomrV20
  89.  
  90. ;Copyright ⌐ 1997 K/oS - All Rights Reserved
  91.